.dynamic-header img {
    max-width: 500px; /* súbelo a 600px si quieres más grande */
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* si el builder mete spinner con pseudo elementos */
.dynamic-header img.loaded::before,
.dynamic-header img.loaded::after {
    display: none !important;
}